home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1640 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: globe.indirect.com!usenet
  2. From: dwright@indirect.com
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: New user questions
  5. Date: 27 Mar 1996 14:55:38 GMT
  6. Organization: Internet Direct, Inc.
  7. Message-ID: <4jbkta$ckt@globe.indirect.com>
  8. References: <3158b83a.11155818@newsserver.epix.net>
  9. Reply-To: dwright@indirect.com
  10. NNTP-Posting-Host: s41.phxslip4.indirect.com
  11. X-Newsreader: IBM NewsReader/2 v1.2
  12.  
  13. In <3158b83a.11155818@newsserver.epix.net>, jpg@epix.net writes:
  14. >(1) Each piece of REXX documentation I have read says that the way to
  15. >start a REXX pgm is to type the name of the pgm on a OS/2 command
  16. >line.  Is there any reason I shouldn't create a desktop icon for a
  17. >REXX pgm?  It seems to work fine - can something bad happen that I
  18. >don't know about?  BTW, the REXX pgms run on a OS/2 2.11 fileserver,
  19. >which I cannot reboot on a whim due to user concerns.
  20. >(2)  I have a REXX script that calls a number of MicroFocus COBOL pgms
  21. >and performs some DB2/2 functions as well.  The script runs fine.
  22. >Each pgm executes, then returns to REXX and goes on to the next pgm -
  23. >one after another.  I wrote the same script with VXREXX and the script
  24. >raced from start to finish, not waiting for each COBOL pgm to finish
  25. >before it started the next!  I understand (I think) that the VXREXX is
  26. >multi-threaded, but I want it to be single-threaded.  Can I change
  27. >each CALL PGM statement somehow to force VXREXX  to wait before going
  28. >on?
  29. >Your thoughts are most appreciated!
  30. > - - jpg@epix.net
  31. >
  32.  
  33.  
  34. Did you try:
  35.  
  36. 'ADDRESS CMD program.dir.and.name'
  37.  
  38.  
  39.